home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectInput / DIConfig / diconfig.dsp < prev    next >
Encoding:
MS Developer Studio Project  |  2001-10-08  |  12.2 KB  |  474 lines

  1. # Microsoft Developer Studio Project File - Name="diconfig" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  6.  
  7. CFG=diconfig - Win32 Debug
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "diconfig.mak".
  12. !MESSAGE 
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "diconfig.mak" CFG="diconfig - Win32 Debug Unicode"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "diconfig - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "diconfig - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE "diconfig - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE "diconfig - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  24. !MESSAGE 
  25.  
  26. # Begin Project
  27. # PROP AllowPerConfigDependencies 0
  28. # PROP Scc_ProjName ""
  29. # PROP Scc_LocalPath ""
  30. CPP=cl.exe
  31. MTL=midl.exe
  32. RSC=rc.exe
  33.  
  34. !IF  "$(CFG)" == "diconfig - Win32 Release"
  35.  
  36. # PROP BASE Use_MFC 0
  37. # PROP BASE Use_Debug_Libraries 0
  38. # PROP BASE Output_Dir "Release"
  39. # PROP BASE Intermediate_Dir "Release"
  40. # PROP BASE Target_Dir ""
  41. # PROP Use_MFC 0
  42. # PROP Use_Debug_Libraries 0
  43. # PROP Output_Dir "Release"
  44. # PROP Intermediate_Dir "Release"
  45. # PROP Ignore_Export_Lib 0
  46. # PROP Target_Dir ""
  47. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DICONFIG_EXPORTS" /YX /FD /c
  48. # ADD CPP /nologo /MT /W3 /GR /O2 /I "$(dxsdkroot)\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DICONFIG_EXPORTS" /YX /FD /c
  49. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  50. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  51. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  52. # ADD RSC /l 0x409 /d "NDEBUG"
  53. BSC32=bscmake.exe
  54. # ADD BASE BSC32 /nologo
  55. # ADD BSC32 /nologo
  56. LINK32=link.exe
  57. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
  58. # ADD LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib ole32.lib uuid.lib dinput8.lib ddraw.lib d3d8.lib d3dx8.lib /nologo /dll /machine:I386 /libpath:"$(dxsdkroot)\lib" /stack:0x200000,0x200000
  59.  
  60. !ELSEIF  "$(CFG)" == "diconfig - Win32 Debug"
  61.  
  62. # PROP BASE Use_MFC 0
  63. # PROP BASE Use_Debug_Libraries 1
  64. # PROP BASE Output_Dir "Win32_Debug"
  65. # PROP BASE Intermediate_Dir "Win32_Debug"
  66. # PROP BASE Target_Dir ""
  67. # PROP Use_MFC 0
  68. # PROP Use_Debug_Libraries 1
  69. # PROP Output_Dir "Debug"
  70. # PROP Intermediate_Dir "Debug"
  71. # PROP Ignore_Export_Lib 0
  72. # PROP Target_Dir ""
  73. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DICONFIG_EXPORTS" /YX /FD /c
  74. # ADD CPP /nologo /MTd /W3 /Gm /GR /Zi /Od /I "$(dxsdkroot)\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DICONFIG_EXPORTS" /D "DEBUG" /YX /FD /c
  75. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  76. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  77. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  78. # ADD RSC /l 0x409 /d "_DEBUG"
  79. BSC32=bscmake.exe
  80. # ADD BASE BSC32 /nologo
  81. # ADD BSC32 /nologo
  82. LINK32=link.exe
  83. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
  84. # ADD LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib ole32.lib uuid.lib dinput8.lib ddraw.lib d3d8.lib d3dx8.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"$(dxsdkroot)\lib" /stack:0x200000,0x200000
  85.  
  86. !ELSEIF  "$(CFG)" == "diconfig - Win32 Debug Unicode"
  87.  
  88. # PROP BASE Use_MFC 0
  89. # PROP BASE Use_Debug_Libraries 1
  90. # PROP BASE Output_Dir "Win32_Debug_Unicode"
  91. # PROP BASE Intermediate_Dir "Win32_Debug_Unicode"
  92. # PROP BASE Ignore_Export_Lib 0
  93. # PROP BASE Target_Dir ""
  94. # PROP Use_MFC 0
  95. # PROP Use_Debug_Libraries 1
  96. # PROP Output_Dir "Win32_Debug_Unicode"
  97. # PROP Intermediate_Dir "Win32_Debug_Unicode"
  98. # PROP Ignore_Export_Lib 0
  99. # PROP Target_Dir ""
  100. # ADD BASE CPP /nologo /MTd /W3 /Gm /GR /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DICONFIG_EXPORTS" /D "DEBUG" /YX /FD /c
  101. # ADD CPP /nologo /MTd /W3 /Gm /GR /Zi /Od /I "$(dxsdkroot)\include" /D "_MBCS" /D "_USRDLL" /D "DICONFIG_EXPORTS" /D "DEBUG" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_UNICODE" /YX /FD /c
  102. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  103. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  104. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  105. # ADD RSC /l 0x409 /d "_DEBUG"
  106. BSC32=bscmake.exe
  107. # ADD BASE BSC32 /nologo
  108. # ADD BSC32 /nologo
  109. LINK32=link.exe
  110. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib ole32.lib uuid.lib dinput8.lib ddraw.lib d3d8.lib d3dx8.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
  111. # ADD LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib ole32.lib uuid.lib dinput8.lib ddraw.lib d3d8.lib d3dx8.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"$(dxsdkroot)\lib" /stack:0x200000,0x200000
  112.  
  113. !ELSEIF  "$(CFG)" == "diconfig - Win32 Release Unicode"
  114.  
  115. # PROP BASE Use_MFC 0
  116. # PROP BASE Use_Debug_Libraries 0
  117. # PROP BASE Output_Dir "Win32_Release_Unicode"
  118. # PROP BASE Intermediate_Dir "Win32_Release_Unicode"
  119. # PROP BASE Ignore_Export_Lib 0
  120. # PROP BASE Target_Dir ""
  121. # PROP Use_MFC 0
  122. # PROP Use_Debug_Libraries 0
  123. # PROP Output_Dir "Win32_Release_Unicode"
  124. # PROP Intermediate_Dir "Win32_Release_Unicode"
  125. # PROP Ignore_Export_Lib 0
  126. # PROP Target_Dir ""
  127. # ADD BASE CPP /nologo /MT /W3 /GR /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DICONFIG_EXPORTS" /YX /FD /c
  128. # ADD CPP /nologo /MT /W3 /GR /O2 /I "$(dxsdkroot)\include" /D "_MBCS" /D "_USRDLL" /D "DICONFIG_EXPORTS" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_UNICODE" /YX /FD /c
  129. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  130. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  131. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  132. # ADD RSC /l 0x409 /d "NDEBUG"
  133. BSC32=bscmake.exe
  134. # ADD BASE BSC32 /nologo
  135. # ADD BSC32 /nologo
  136. LINK32=link.exe
  137. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib ole32.lib uuid.lib dinput8.lib ddraw.lib d3d8.lib d3dx8.lib /nologo /dll /machine:I386
  138. # ADD LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib ole32.lib uuid.lib dinput8.lib ddraw.lib d3d8.lib d3dx8.lib /nologo /dll /machine:I386 /libpath:"$(dxsdkroot)\lib" /stack:0x200000,0x200000
  139.  
  140. !ENDIF 
  141.  
  142. # Begin Target
  143.  
  144. # Name "diconfig - Win32 Release"
  145. # Name "diconfig - Win32 Debug"
  146. # Name "diconfig - Win32 Debug Unicode"
  147. # Name "diconfig - Win32 Release Unicode"
  148. # Begin Group "Source Files"
  149.  
  150. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  151. # Begin Source File
  152.  
  153. SOURCE=.\cbitmap.cpp
  154. # End Source File
  155. # Begin Source File
  156.  
  157. SOURCE=.\cd3dsurf.cpp
  158. # End Source File
  159. # Begin Source File
  160.  
  161. SOURCE=.\cdevicecontrol.cpp
  162. # End Source File
  163. # Begin Source File
  164.  
  165. SOURCE=.\cdeviceui.cpp
  166. # End Source File
  167. # Begin Source File
  168.  
  169. SOURCE=.\cdeviceview.cpp
  170. # End Source File
  171. # Begin Source File
  172.  
  173. SOURCE=.\cdeviceviewtext.cpp
  174. # End Source File
  175. # Begin Source File
  176.  
  177. SOURCE=.\cdiacpage.cpp
  178. # End Source File
  179. # Begin Source File
  180.  
  181. SOURCE=.\cfguitrace.cpp
  182. # End Source File
  183. # Begin Source File
  184.  
  185. SOURCE=.\cfrmwrk.cpp
  186. # End Source File
  187. # Begin Source File
  188.  
  189. SOURCE=.\configwnd.cpp
  190. # End Source File
  191. # Begin Source File
  192.  
  193. SOURCE=.\constants.cpp
  194. # End Source File
  195. # Begin Source File
  196.  
  197. SOURCE=.\cyclestr.cpp
  198. # End Source File
  199. # Begin Source File
  200.  
  201. SOURCE=.\dconfig.rc
  202. # End Source File
  203. # Begin Source File
  204.  
  205. SOURCE=.\diactfrm.def
  206. # End Source File
  207. # Begin Source File
  208.  
  209. SOURCE=.\flexcheckbox.cpp
  210. # End Source File
  211. # Begin Source File
  212.  
  213. SOURCE=.\flexcombobox.cpp
  214. # End Source File
  215. # Begin Source File
  216.  
  217. SOURCE=.\flexinfobox.cpp
  218. # End Source File
  219. # Begin Source File
  220.  
  221. SOURCE=.\flexlistbox.cpp
  222. # End Source File
  223. # Begin Source File
  224.  
  225. SOURCE=.\flexmsgbox.cpp
  226. # End Source File
  227. # Begin Source File
  228.  
  229. SOURCE=.\flexscrollbar.cpp
  230. # End Source File
  231. # Begin Source File
  232.  
  233. SOURCE=.\flextooltip.cpp
  234. # End Source File
  235. # Begin Source File
  236.  
  237. SOURCE=.\flextree.cpp
  238. # End Source File
  239. # Begin Source File
  240.  
  241. SOURCE=.\flexwnd.cpp
  242. # End Source File
  243. # Begin Source File
  244.  
  245. SOURCE=.\guids.c
  246. # End Source File
  247. # Begin Source File
  248.  
  249. SOURCE=.\iclassfact.cpp
  250. # End Source File
  251. # Begin Source File
  252.  
  253. SOURCE=.\ipageclassfact.cpp
  254. # End Source File
  255. # Begin Source File
  256.  
  257. SOURCE=.\main.cpp
  258. # End Source File
  259. # Begin Source File
  260.  
  261. SOURCE=.\populate.cpp
  262. # End Source File
  263. # Begin Source File
  264.  
  265. SOURCE=.\privcom.cpp
  266. # End Source File
  267. # Begin Source File
  268.  
  269. SOURCE=.\registry.cpp
  270. # End Source File
  271. # Begin Source File
  272.  
  273. SOURCE=.\selcontroldlg.cpp
  274. # End Source File
  275. # Begin Source File
  276.  
  277. SOURCE=.\uiglobals.cpp
  278. # End Source File
  279. # Begin Source File
  280.  
  281. SOURCE=.\usefuldi.cpp
  282. # End Source File
  283. # Begin Source File
  284.  
  285. SOURCE=.\viewselwnd.cpp
  286. # End Source File
  287. # End Group
  288. # Begin Group "Header Files"
  289.  
  290. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  291. # Begin Source File
  292.  
  293. SOURCE=.\bidirlookup.h
  294. # End Source File
  295. # Begin Source File
  296.  
  297. SOURCE=.\cbitmap.h
  298. # End Source File
  299. # Begin Source File
  300.  
  301. SOURCE=.\cdevicecontrol.h
  302. # End Source File
  303. # Begin Source File
  304.  
  305. SOURCE=.\cdeviceui.h
  306. # End Source File
  307. # Begin Source File
  308.  
  309. SOURCE=.\cdeviceview.h
  310. # End Source File
  311. # Begin Source File
  312.  
  313. SOURCE=.\cdeviceviewtext.h
  314. # End Source File
  315. # Begin Source File
  316.  
  317. SOURCE=.\cdiacpage.h
  318. # End Source File
  319. # Begin Source File
  320.  
  321. SOURCE=.\cfguitrace.h
  322. # End Source File
  323. # Begin Source File
  324.  
  325. SOURCE=.\cfrmwrk.h
  326. # End Source File
  327. # Begin Source File
  328.  
  329. SOURCE=.\collections.h
  330. # End Source File
  331. # Begin Source File
  332.  
  333. SOURCE=.\configwnd.h
  334. # End Source File
  335. # Begin Source File
  336.  
  337. SOURCE=.\constants.h
  338. # End Source File
  339. # Begin Source File
  340.  
  341. SOURCE=.\cyclestr.h
  342. # End Source File
  343. # Begin Source File
  344.  
  345. SOURCE=.\defines.h
  346. # End Source File
  347. # Begin Source File
  348.  
  349. SOURCE=.\dicfgres.h
  350. # End Source File
  351. # Begin Source File
  352.  
  353. SOURCE=.\flexcheckbox.h
  354. # End Source File
  355. # Begin Source File
  356.  
  357. SOURCE=.\flexcombobox.h
  358. # End Source File
  359. # Begin Source File
  360.  
  361. SOURCE=.\flexinfobox.h
  362. # End Source File
  363. # Begin Source File
  364.  
  365. SOURCE=.\flexlistbox.h
  366. # End Source File
  367. # Begin Source File
  368.  
  369. SOURCE=.\flexmsg.h
  370. # End Source File
  371. # Begin Source File
  372.  
  373. SOURCE=.\flexmsgbox.h
  374. # End Source File
  375. # Begin Source File
  376.  
  377. SOURCE=.\flexscrollbar.h
  378. # End Source File
  379. # Begin Source File
  380.  
  381. SOURCE=.\flextooltip.h
  382. # End Source File
  383. # Begin Source File
  384.  
  385. SOURCE=.\flextree.h
  386. # End Source File
  387. # Begin Source File
  388.  
  389. SOURCE=.\flexwnd.h
  390. # End Source File
  391. # Begin Source File
  392.  
  393. SOURCE=.\iclassfact.h
  394. # End Source File
  395. # Begin Source File
  396.  
  397. SOURCE=.\id3dsurf.h
  398. # End Source File
  399. # Begin Source File
  400.  
  401. SOURCE=.\idiacpage.h
  402. # End Source File
  403. # Begin Source File
  404.  
  405. SOURCE=.\ifrmwrk.h
  406. # End Source File
  407. # Begin Source File
  408.  
  409. SOURCE=.\ipageclassfact.h
  410. # End Source File
  411. # Begin Source File
  412.  
  413. SOURCE=.\iuiframe.h
  414. # End Source File
  415. # Begin Source File
  416.  
  417. SOURCE=.\ltrace.h
  418. # End Source File
  419. # Begin Source File
  420.  
  421. SOURCE=.\main.h
  422. # End Source File
  423. # Begin Source File
  424.  
  425. SOURCE=.\ourguids.h
  426. # End Source File
  427. # Begin Source File
  428.  
  429. SOURCE=.\pagecommon.h
  430. # End Source File
  431. # Begin Source File
  432.  
  433. SOURCE=.\populate.h
  434. # End Source File
  435. # Begin Source File
  436.  
  437. SOURCE=.\privcom.h
  438. # End Source File
  439. # Begin Source File
  440.  
  441. SOURCE=.\registry.h
  442. # End Source File
  443. # Begin Source File
  444.  
  445. SOURCE=.\selcontroldlg.h
  446. # End Source File
  447. # Begin Source File
  448.  
  449. SOURCE=.\uielements.h
  450. # End Source File
  451. # Begin Source File
  452.  
  453. SOURCE=.\uiglobals.h
  454. # End Source File
  455. # Begin Source File
  456.  
  457. SOURCE=.\useful.h
  458. # End Source File
  459. # Begin Source File
  460.  
  461. SOURCE=.\usefuldi.h
  462. # End Source File
  463. # Begin Source File
  464.  
  465. SOURCE=.\viewselwnd.h
  466. # End Source File
  467. # End Group
  468. # Begin Group "Resource Files"
  469.  
  470. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  471. # End Group
  472. # End Target
  473. # End Project
  474.